feat(punctuator): convert digit separators#973
Merged
Conversation
7363592 to
e02d6b3
Compare
Member
Author
|
等等。晚些再尝试能否真正做到半选。根据全半角状态填一个候选项进去。 |
1898701 to
e5c2feb
Compare
ksqsf
reviewed
Jan 17, 2025
fixes #972 use ascii punctuation ,.:' after numbers. they are auto-committed if followed by a digit. or commit manualy with space key. double strike the key to access the original binding. support half-shape and full-shape forms. customize string `punctuator/digit_separators` to specify which ascii characters are digit separators.
|
这个双击输入原值还可以进一步判定吗? 是否可以实现: |
Member
Author
需要您進一步說明如何無法輸入。
目前的實現就是數字之後單擊 . 出「.」,雙擊出「。」 如果想要任意情況下都可以隨時切換兩種符號,那還得將符號的定義設爲列表,把兩個符號都放進去。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
use ascii punctuation ,.:' after numbers.
they are auto-committed if followed by digit.
or commit manualy with space key.
double strike the key to access the original binding.